• GroupShareKit Delete a TU from a TM

    I am trying to delete a Translation Unit belonging to a Translation Memory by using the GroupShareKit. I can see that the GS API exposes a DELETE method with the exact purpose. I managed to delete all of the contents of a TM. I see that there is a filter…
  • TMS CTA - specify the organization to which the job should be posted

    Hello, The TMS CTA requires to specify the ClientID for a job request. The ClientID is the GUID of a configuration in TMS. What if the Configuration is created on a Parent organization level and is used by many child organizations? Is it possible…
  • Create a new TM using GroupShareKit

    I'm trying to use the current code to create a new Translation Memory via the GroupShareKit This fails with a Bad Request response, and no explanation or message as to whats wrong. Am I missing something, or doing something wrong?
  • What's the proper way to format Translation Memory Export filter expression

    The GroupShare API has a TranslationMemory Export feature When you make a request for a TM Export you specify the tmId, source and target language. There is an additional parameter in the request body, and it contains the export filter: What is…
  • Getting translated text segments from TranslationUnit

    How can I get the translated text segments from a TranslationMemory's TranslationUnits that I am fetching using GroupShareKit? What we need: A way to list actual translated text segments, by exposing them via an API method. What we currently…
  • Is it possible to get a reference to the calling project from the Plugin?

    Hello, I was wondering if it was possible to get a reference to the calling project when using your own translation provider. What would be the starting point?
  • Error: Unable to load "ICUWrapper.dll" or one of its dependancies

    I'm working on an MS Word Add-in that accesses SDL File-based TM. Everything is fine when the add-in is started inside VS 2017 in debugging mode, but the error appears everytime when the add-in is started in release mode or outside VS 2017 environment…
  • Why translation memory provider didn't support highlight function?

    Hi, We all know that SDL local file TM support hightlight the differences between the input text and the returned source text, just like this: Howerver, Our plugin which implements translation provider function can't display the difference, the…
  • RE: SDL TMS & MultiTerm Integration

    Hi Stefanos, 1. SDL Multiterm Server is part of another SDL product called GroupShare. You can find more details on docs.sdl.com. GroupShare is made up of 3 components: Multiterm Server TM Server Project TM 2. TMS and the Multiterm Server…
  • SDL TMS & MultiTerm Integration

    Some questions regarding SDL TMS, SDL MultiTerm and integrations: 1. Is SDL MultiTerm included in SDL TMS? 2. In case it is, does it also function for the online version of SDL TMS? 3. Is there an API/SDK to integrate with both of these? Can you…